home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / util / rexx / ElAssign.readme < prev    next >
Text File  |  1997-11-02  |  2KB  |  71 lines

  1. Short:    Remove assigns from a dir and its subdirs
  2. Author:   TheAntony@bigfoot.com (Andrija Antonijevic)
  3. Uploader: TheAntony@bigfoot.com (Andrija Antonijevic)
  4. Version:  1.1
  5. Type:     util/rexx
  6.  
  7.  
  8.  
  9.     This script removes all assigns from a directory and all its
  10.     subdirectories and files and optionally deletes the directory with its
  11.     contents. $VER: ElAssign.REXX V1.1 (10.9.97) © Andrija Antonijevic
  12.  
  13.     Written by Andrija Antonijevic <TheAntony@bigfoot.com>.
  14.  
  15.     Many thanks to Charles Patterson <midian@azstarnet.com> whose
  16.     DeAssign.dopus5 gave me the idea to write my own version.
  17.  
  18.     I made the following improvements:
  19.  
  20.     - You don't need DOpus5 since it works with everything including
  21.       DOpus4, DOpus5 and any other kind of filemanager program.
  22.  
  23.     - It will remove all assigns from a directory and all its subdirectories
  24.       and files unless NODEEP option is specified.
  25.  
  26.     - Deleting chosen directory with all its contents is just an
  27.       option here. You can specify DELETE for deleting the directory
  28.       with confirmation and KILL for deleting without confirmation.
  29.  
  30.     - You can give any kind of path to the directory/file: using
  31.       complete path, relative path or assign.
  32.  
  33.  
  34.     Version 1.1:
  35.  
  36.     - Fixed a very dangerous bug caused by different treatment
  37.       of .info files in DOS. If .info file was passed as argument
  38.       to this script, it would eventually become the current directory!
  39.       So it was very dangerous if someone used KILL option and selected
  40.       icon file for deletion.
  41.  
  42. Requirements:
  43. ~~~~~~~~~~~~~
  44.  
  45.     - rexxsupport.library (reqired)
  46.  
  47.     - rexxreqtools.library - only if you specify DELETE option
  48.  
  49.     - Filemanager like DOpus4 or 5 will make things easier (optional ;))
  50.  
  51.  
  52. If you find any bugs or have some suggestions, please contact me.
  53.  
  54.  
  55.  
  56.      ///  /_\  _ _| |_ ___ _ _ _  _    Amiga Translators Organization
  57. __  ///  / _ \| ' \  _/ _ \ ' \ || |        (Serbian department)
  58. \\\///  /_/ \_\_||_\__\___/_||_\_, |           Height Anxiety
  59.  \XX/  TheAntony@bigfoot.com   |__/              Team AMIGA
  60.  
  61.  
  62. ============================= Archive contents =============================
  63.  
  64. Original  Packed Ratio    Date     Time    Name
  65. -------- ------- ----- --------- --------  -------------
  66.     6864    3001 56.2% 10-Sep-97 03:48:18 +ElAssign.guide
  67.     2012     992 50.6% 10-Sep-97 03:47:16 +ElAssign.readme
  68.     5981    2502 58.1% 10-Sep-97 03:48:34 +ElAssign.REXX
  69. -------- ------- ----- --------- --------
  70.    14857    6495 56.2% 11-Sep-97 04:00:30   3 files
  71.